home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / Libraries / DCLAP 6d / dclap6d / Docs / net-pict.format < prev    next >
Text File  |  1996-07-05  |  2KB  |  40 lines

  1. Let me suggest PICT format for maps and various graphics as a good choice.  
  2. Among its advantages are
  3.  
  4. (a) it is standard on all Macs, and available on MSWindows.
  5.  
  6. (b) it is an editable format with the right software
  7.     (again common to Macs and available on MSWindows).  That will
  8.     be very important to biologists who want to fetch Flybase maps
  9.     and do something with them.  This option isn't available for GIF
  10.     or Postscript.
  11.  
  12. (c) it is a vector method like Postscript, and retains unlimited
  13.     resolution.  Printed PICT maps are indistiguishable from printed
  14.     Postscript maps.
  15.  
  16. (d) it is a binary, small format compared to Postscript.  Expect
  17.     PICT format files to be 1/10 the size of Postscript.
  18.  
  19. (e) it can include bitmap images, and includes compression of these,
  20.     though not as great as GIF format.  
  21.     
  22. (f) it is not encumbered by patent restrictions as the GIF compression
  23.     algorithm is.
  24.     
  25. (e) the GopherPup network browser will display
  26.     PICT format, on XWindows and MSWIndows as well as mac, and
  27.     can easily include network links as in Mosaic GIFs.  I've timed
  28.     the access of this low-weight PICT versus GIF for maps, and
  29.     using PICT is about 5 times faster (as well as having the above
  30.     advantages (b) and (c) that GIF lacks).
  31.  
  32. PICT format is fully defined and an open, well known standard graphic
  33. format.  You can find specifications in various "Inside Macintosh" books
  34. available at local bookstores.  I can also help you write any PICT
  35. drawing routines.  It will look similar to your postscript drawing
  36. methods, but substitute various keywords here and there.
  37.  
  38. The only advantage I can see to having GIF-format maps as well is that
  39. is the Mosaic-class network browsers know how to display.
  40.